
Last chance! 50% off unlimited learning
Sale ends in
Circular correlations between two circular variables.
circ.cors1(theta, phi)
The first cirular variable expressed in radians, not degrees.
The other cirular variable. In the case of "circ.cors1" this is a matrix with many circular variables. In either case, the values must be in radians, not degrees.
A matrix with two columns, the correlations and the p-values.
Correlation for circular variables using the cosinus and sinus formula of Jammaladaka and SenGupta (1988).
Jammalamadaka, R. S. and Sengupta, A. (2001). Topics in circular statistics. World Scientific.
Jammalamadaka, S. R. and Sarma, Y. R. (1988). A correlation coefficient for angular variables. Statistical Theory and Data Analysis, 2:349--364.
# NOT RUN {
y <- runif(50, 0, 2 * pi)
x <- matrix(runif(50 * 10, 0, 2 * pi), ncol = 10)
circ.cors1(y, x)
# }
Run the code above in your browser using DataLab